翻訳と辞書
Words near each other
・ Abducens nucleus
・ Abducent
・ Abducted
・ Abducted (album)
・ Abducted by the 80's
・ Abductin
・ Abducting the Unicorn
・ Abduction
・ Abduction (1975 film)
・ Abduction (2011 film)
・ Abduction (novel)
・ Abduction (The Outer Limits)
・ Abduction of Jakub Fiszman
・ Abduction of Russian diplomats in Iraq
・ Abduction!
Abductive logic programming
・ Abductive reasoning
・ Abductor
・ Abductor digiti minimi
・ Abductor digiti minimi muscle of foot
・ Abductor digiti minimi muscle of hand
・ Abductor hallucis muscle
・ Abductor muscle
・ Abductor pollicis brevis muscle
・ Abductor pollicis longus muscle
・ Abductor pollicis muscle
・ Abductor wedge
・ Abduh Lestaluhu
・ Abduhalim Ghafforov
・ Abduhamid Juraev


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Abductive logic programming : ウィキペディア英語版
Abductive logic programming

Abductive logic programming (ALP) is a high-level knowledge-representation framework that can be used to solve problems declaratively based on abductive reasoning. It extends normal logic programming by allowing some predicates to be incompletely defined, declared as abducible predicates. Problem solving is effected by deriving hypotheses on these abducible predicates (abductive hypotheses) as solutions of problems to be solved. These problems can be either observations that need to be explained (as in classical abduction) or goals to be achieved (as in normal logic programming). It can be used to solve problems in diagnosis, planning, natural language and machine learning. It has also been used to interpret negation as failure as a form of abductive reasoning.
==Syntax==
Abductive logic programs have three components, \langle P,A,IC\rangle, where:
* P is a logic program of exactly the same form as in logic programming
* A is a set of predicate names, called the abducible predicates
* IC is a set of first-order classical formulae.
Normally, the logic program P does not contain any clauses whose head (or conclusion) refers to an abducible predicate. (This restriction can be made without loss of generality.) Also in practice, many times the integrity constraints in IC are often restricted to the form of denials, i.e. clauses of the form:
false:- A1,...,An, not B1, ..., not Bm.
Such a constraint means that it is not possible for all A1,...,An to be true and at the same time all of B1,...,Bm to be false.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Abductive logic programming」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.